-
Notifications
You must be signed in to change notification settings - Fork 7.8k
docs(socs): Add missing SoCs and features to documentation #12112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋 Hello lucasssvaz, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Test Results 83 files 83 suites 25m 57s ⏱️ Results for commit 96353e3. ♻️ This comment has been updated with latest results. |
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SuGlider
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lucasssvaz - Suggestion for the Peripheral Matrix:
The Matrix could split USB into USB OTG and USB HW JTAG & CDC which are 2 different peripherals.
It should not have Thread, neither Zigbee.
|
I reworked the phrasing on the page so we can list features and peripherals. I added and fixed the information based on the Espressif SoC Product Portfolio. I think it has now all the main information that users might want to know. Note that this section is about our libraries so even if something is easily usable through IDF APIs it is not supported through the Arduino API thus needing to be marked as not supported. PTAL @pedrominatel @me-no-dev @SuGlider @P-R-O-C-H-Y if you agree with this approach. Using emojis also made it more clear to read and find easily what is needed.
On the backend I updated the python requirements to support more modern features and include bugfixes. |
1511809 to
bf85900
Compare
| and the table looks weird and hard to edit. This is a workaround to make the table easier to edit. Just write | ||
| |yes|, |no|, |n/a| instead of emojis. | ||
| +----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At some point, we will need to figure out another approach for this table.
|

Description of Change
This pull request updates documentation and configuration files to add support and information for the ESP32-C5 and ESP32-C61 SoCs, and improves the clarity and completeness of SoC and peripheral support tables. The changes ensure that users are aware of the new supported chips, their features, and any special requirements for using certain SoCs.
Documentation and Board Support Additions:
package_esp32_index.template.jsonto include the ESP32-C5 Dev Board.Peripheral Support Table Improvements:
docs/en/libraries.rstto include ESP32-C2, ESP32-C5, and ESP32-C61 columns, added new peripherals like PSRAM, Thread, and Zigbee, and updated notes for clarity and accuracy. [1] [2]General Documentation Updates: